home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / webftp / webftp30.exe / {app} / WebFtp3.exe / 0 / RCDATA / TFORMDIAL / TFORMDIAL.txt < prev   
Encoding:
Text File  |  2001-07-11  |  4.6 KB  |  199 lines

  1. object FormDial: TFormDial
  2.   Left = 421
  3.   Top = 238
  4.   BorderIcons = [biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'WebConnect - RAS Dialer Utility'
  7.   ClientHeight = 287
  8.   ClientWidth = 409
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Dial: TButton
  21.     Left = 7
  22.     Top = 256
  23.     Width = 75
  24.     Height = 25
  25.     HelpContext = 44
  26.     Caption = 'Connect'
  27.     Default = True
  28.     TabOrder = 0
  29.     OnClick = DialClick
  30.   end
  31.   object GroupBox1: TGroupBox
  32.     Left = 8
  33.     Top = 8
  34.     Width = 393
  35.     Height = 73
  36.     Caption = 'Progress'
  37.     TabOrder = 6
  38.     object Image1: TImage
  39.       Left = 16
  40.       Top = 24
  41.       Width = 32
  42.       Height = 32
  43.       AutoSize = True
  44.       Picture.Data = {<image000.ico>}
  45.     end
  46.     object Progress: TLabel
  47.       Left = 80
  48.       Top = 24
  49.       Width = 289
  50.       Height = 33
  51.       AutoSize = False
  52.       WordWrap = True
  53.     end
  54.   end
  55.   object GroupBox2: TGroupBox
  56.     Left = 8
  57.     Top = 88
  58.     Width = 393
  59.     Height = 161
  60.     Caption = 'Phonebook Entries'
  61.     TabOrder = 1
  62.     object Label1: TLabel
  63.       Left = 32
  64.       Top = 40
  65.       Width = 73
  66.       Height = 17
  67.       AutoSize = False
  68.       Caption = 'Account:'
  69.     end
  70.     object Label3: TLabel
  71.       Left = 32
  72.       Top = 74
  73.       Width = 73
  74.       Height = 17
  75.       AutoSize = False
  76.       Caption = 'Logon Name:'
  77.     end
  78.     object Label4: TLabel
  79.       Left = 32
  80.       Top = 107
  81.       Width = 73
  82.       Height = 17
  83.       AutoSize = False
  84.       Caption = 'Password:'
  85.     end
  86.     object Speed1: TSpeedButton
  87.       Left = 332
  88.       Top = 38
  89.       Width = 23
  90.       Height = 21
  91.       Hint = 'Properties'
  92.       Flat = True
  93.       Glyph.Data = {
  94.         F6000000424DF600000000000000760000002800000010000000100000000100
  95.         0400000000008000000000000000000000001000000000000000000000000000
  96.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  97.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  98.         888800000000000088880FFFFFFFFFF088880F00F00000F088880FFFFFFFFFF0
  99.         88880F00F00000F088880FFFFFFFFFF088880FFFFFFF0FF088880F00FFF080F0
  100.         88880F080F08080008440FF08080808880440000080808888844888880808888
  101.         8844888888088888804488888880000008448888888888888888}
  102.       ParentShowHint = False
  103.       ShowHint = True
  104.       OnClick = Speed1Click
  105.     end
  106.     object Speed2: TSpeedButton
  107.       Left = 356
  108.       Top = 38
  109.       Width = 23
  110.       Height = 21
  111.       Hint = 'New Entry'
  112.       Flat = True
  113.       Glyph.Data = {
  114.         F6000000424DF600000000000000760000002800000010000000100000000100
  115.         0400000000008000000000000000000000001000000000000000000000000000
  116.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  117.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  118.         888888888888888888888800000000000888880FFFFFFFFF0888880FFFFFFFFF
  119.         0888880FFFFFFFFF0888880FFFFFFFFF0888880FFFFFFFFF0888880FFFFFFFFF
  120.         0888880FFFFFFFFF0888880FFFFFFFFF0888880FFFFFF0000888880FFFFFF0F0
  121.         8888880FFFFFF008888888000000008888888888888888888888}
  122.       ParentShowHint = False
  123.       ShowHint = True
  124.       OnClick = Speed2Click
  125.     end
  126.     object Account: TComboBox
  127.       Left = 104
  128.       Top = 38
  129.       Width = 225
  130.       Height = 21
  131.       HelpContext = 41
  132.       Style = csDropDownList
  133.       ItemHeight = 13
  134.       TabOrder = 0
  135.       OnChange = AccountChange
  136.     end
  137.     object Logon: TEdit
  138.       Left = 104
  139.       Top = 72
  140.       Width = 225
  141.       Height = 21
  142.       HelpContext = 42
  143.       TabOrder = 1
  144.     end
  145.     object Password: TEdit
  146.       Left = 104
  147.       Top = 105
  148.       Width = 225
  149.       Height = 21
  150.       HelpContext = 43
  151.       PasswordChar = '*'
  152.       TabOrder = 2
  153.     end
  154.   end
  155.   object Button1: TButton
  156.     Left = 327
  157.     Top = 256
  158.     Width = 75
  159.     Height = 25
  160.     HelpContext = 46
  161.     Cancel = True
  162.     Caption = '&Close'
  163.     TabOrder = 5
  164.     OnClick = Button1Click
  165.   end
  166.   object Button2: TButton
  167.     Left = 167
  168.     Top = 256
  169.     Width = 75
  170.     Height = 25
  171.     HelpContext = 47
  172.     Caption = '&About'
  173.     TabOrder = 4
  174.     OnClick = Button2Click
  175.   end
  176.   object Hangup: TButton
  177.     Left = 87
  178.     Top = 256
  179.     Width = 75
  180.     Height = 25
  181.     HelpContext = 45
  182.     Caption = 'Disconnect'
  183.     Enabled = False
  184.     TabOrder = 2
  185.     OnClick = HangupClick
  186.     OnMouseMove = HangupMouseMove
  187.   end
  188.   object Button3: TButton
  189.     Left = 247
  190.     Top = 256
  191.     Width = 75
  192.     Height = 25
  193.     HelpContext = 47
  194.     Caption = '&Help'
  195.     TabOrder = 3
  196.     OnClick = Button3Click
  197.   end
  198. end
  199.